[XM] Fix typo in 'xm vcpu-list' header.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 11:39:40 +0000 (11:39 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 14 Dec 2006 11:39:40 +0000 (11:39 +0000)
Signed-off-by: Amos Waterland <apw@us.ibm.com>
tools/python/xen/xm/main.py

index 189347fdc410b6504719d83510b2da5a877f0f92..3a947545a5a81057fc3a509c23b113849977c65d 100644 (file)
@@ -709,7 +709,7 @@ def xm_vcpu_list(args):
         dominfo = map(server.xend.domain.getVCPUInfo, doms)
 
     print '%-32s %3s %5s %5s %5s %9s %s' % \
-          ('Name', 'ID', 'VCPUs', 'CPU', 'State', 'Time(s)', 'CPU Affinity')
+          ('Name', 'ID', 'VCPU', 'CPU', 'State', 'Time(s)', 'CPU Affinity')
 
     format = '%(name)-32s %(domid)3d %(number)5d %(c)5s %(s)5s ' \
              ' %(cpu_time)8.1f %(cpumap)s'